﻿2026-06-07T23:22:46.4264601Z ##[group]Run actions/checkout@v5
2026-06-07T23:22:46.4265395Z with:
2026-06-07T23:22:46.4265745Z   repository: SaberMage/spt-core
2026-06-07T23:22:46.4268738Z   token: ***
2026-06-07T23:22:46.4269043Z   ssh-strict: true
2026-06-07T23:22:46.4269354Z   ssh-user: git
2026-06-07T23:22:46.4269675Z   persist-credentials: true
2026-06-07T23:22:46.4270018Z   clean: true
2026-06-07T23:22:46.4270318Z   sparse-checkout-cone-mode: true
2026-06-07T23:22:46.4270698Z   fetch-depth: 1
2026-06-07T23:22:46.4270998Z   fetch-tags: false
2026-06-07T23:22:46.4271302Z   show-progress: true
2026-06-07T23:22:46.4271621Z   lfs: false
2026-06-07T23:22:46.4271910Z   submodules: false
2026-06-07T23:22:46.4272225Z   set-safe-directory: true
2026-06-07T23:22:46.4272698Z ##[endgroup]
2026-06-07T23:22:46.5952812Z Syncing repository: SaberMage/spt-core
2026-06-07T23:22:46.5954234Z ##[group]Getting Git version info
2026-06-07T23:22:46.5954733Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-07T23:22:46.6198096Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-07T23:22:46.6403966Z git version 2.43.0.windows.1
2026-06-07T23:22:46.6430114Z ##[endgroup]
2026-06-07T23:22:46.6437682Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\85530b86-75cc-455c-81cc-1a3b61ded491\.gitconfig'
2026-06-07T23:22:46.6450127Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\85530b86-75cc-455c-81cc-1a3b61ded491' before making global git config changes
2026-06-07T23:22:46.6451096Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T23:22:46.6454784Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-07T23:22:46.6686008Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-07T23:22:46.6868784Z https://github.com/SaberMage/spt-core
2026-06-07T23:22:46.6895396Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-07T23:22:46.6899171Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-07T23:22:46.7092623Z refs/heads/dev-freeform
2026-06-07T23:22:46.7118381Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-07T23:22:46.7397840Z HEAD is now at 7947cc5 fix(notif): consent notif mints from the canonical per-node epoch, not pump-ops
2026-06-07T23:22:46.7854858Z ##[endgroup]
2026-06-07T23:22:46.7857342Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-07T23:22:47.1286390Z ##[group]Cleaning the repository
2026-06-07T23:22:47.1290756Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-07T23:22:47.4796463Z Removing target/
2026-06-07T23:22:47.4830726Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-07T23:22:47.5178286Z HEAD is now at 7947cc5 fix(notif): consent notif mints from the canonical per-node epoch, not pump-ops
2026-06-07T23:22:47.5201103Z ##[endgroup]
2026-06-07T23:22:47.5204788Z ##[group]Disabling automatic garbage collection
2026-06-07T23:22:47.5208385Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-07T23:22:47.5420369Z ##[endgroup]
2026-06-07T23:22:47.5421498Z ##[group]Setting up auth
2026-06-07T23:22:47.5425871Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-07T23:22:47.5632088Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-07T23:22:47.9133661Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T23:22:47.9364586Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-07T23:22:48.3008877Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T23:22:48.3217604Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-07T23:22:48.6636434Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-07T23:22:48.6880211Z ##[endgroup]
2026-06-07T23:22:48.6880693Z ##[group]Fetching the repository
2026-06-07T23:22:48.6886767Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7278c95ce6c31b0dde6ec446975903e9128e5147:refs/remotes/origin/dev-freeform
2026-06-07T23:22:49.2831422Z From https://github.com/SaberMage/spt-core
2026-06-07T23:22:49.2832031Z  + 7947cc5...7278c95 7278c95ce6c31b0dde6ec446975903e9128e5147 -> origin/dev-freeform  (forced update)
2026-06-07T23:22:49.2943037Z ##[endgroup]
2026-06-07T23:22:49.2943583Z ##[group]Determining the checkout info
2026-06-07T23:22:49.2944247Z ##[endgroup]
2026-06-07T23:22:49.2949301Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-07T23:22:49.3207746Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-07T23:22:49.3415567Z ##[group]Checking out the ref
2026-06-07T23:22:49.3419767Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-07T23:22:49.3775811Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-07T23:22:49.3776199Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-07T23:22:49.3777055Z Previous HEAD position was 7947cc5 fix(notif): consent notif mints from the canonical per-node epoch, not pump-ops
2026-06-07T23:22:49.3777763Z Switched to and reset branch 'dev-freeform'
2026-06-07T23:22:49.3810811Z ##[endgroup]
2026-06-07T23:22:49.4041302Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-07T23:22:49.4232610Z 7278c95ce6c31b0dde6ec446975903e9128e5147
